home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1997 February
/
PC Plus Super CD (Issue 124) (PCP124-2-97) (February 1997).iso
/
handson
/
delphi
/
outline3
/
outprj3.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-09
|
160 b
|
13 lines
program Outprj3;
uses
Forms,
Outl3 in 'OUTL3.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.